<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body {
	font-family: SimSun;
    color:#000;
    line-height: 1.7;
}

a{
    text-decoration: none;
    color:#000;
}

ul,li {
    list-style: none;
}

.triangle {
    position: relative;
    padding-left:12px;
  }
  .triangle::before {
    content: '';
    position: absolute;
    top:5px;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #b4c6d8;
  }
/* æ¸…é™¤æµ®åŠ¨ */
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }

  /* åˆ—è¡¨ç‚¹æ&nbsp;·å¼ */
.dot {
  display: inline-block;
    padding-left: 10px;
    position: relative;
  }
  
  .dot::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #000;
  }
  
.childlist a{ font-weight:bold;}
#pages,#pages a{font-size:14px; line-height:24px; margin-top:20px; text-align:right;}
.subtitle{ font-size:18px; font-weight:bold; line-height:26px; padding:10px 0;}
.docsource{ font-size:16px; line-height:24px; padding:10px 0;}
.view-content .content,.view-content .content p{ font-size:18px; line-height:32px;}
.view-content .content p{ margin-bottom:20px;}
#appendix li a{ font-size:16px; color:#025CBF;padding-left:20px;}</pre></body></html>